object frmFSSettings: TfrmFSSettings Left = 465 Top = 99 BorderStyle = bsDialog Caption = 'File Shredder Settings' ClientHeight = 564 ClientWidth = 484 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False DesignSize = ( 484 564) PixelsPerInch = 96 TextHeight = 16 object pgctrlOptions: TPageControl Left = 9 Top = 7 Width = 467 Height = 470 ActivePage = tabGeneral Anchors = [akLeft, akTop, akRight] TabOrder = 0 object tabGeneral: TTabSheet Caption = 'Wipe Options' DesignSize = ( 459 439) object lblGeneralDescription: TLabel Left = 16 Top = 12 Width = 430 Height = 49 AutoSize = False Caption = 'You can choose several options to provide increased security whi' + 'le shredding files.' WordWrap = True end object grpBoxWipeMethod: TGroupBox Left = 16 Top = 65 Width = 430 Height = 180 Caption = 'Wipe Method' Font.Charset = DEFAULT_CHARSET Font.Color = 14509568 Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 DesignSize = ( 430 180) object lblSelectMethod: TLabel Left = 12 Top = 25 Width = 405 Height = 18 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Select a default wiping algorithm for files.' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False WordWrap = True end object lblMethodDescription: TLabel Left = 12 Top = 91 Width = 405 Height = 74 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'lblMethodDescription' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object cbWipeMethods: TComboBox Left = 12 Top = 55 Width = 405 Height = 24 Style = csDropDownList Anchors = [akLeft, akTop, akRight] Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ItemHeight = 16 ParentFont = False TabOrder = 0 OnChange = cbWipeMethodsChange end end object GroupBox6: TGroupBox Left = 16 Top = 258 Width = 430 Height = 136 Anchors = [akLeft, akTop, akRight] Caption = 'Additional wiping' Font.Charset = DEFAULT_CHARSET Font.Color = 14509568 Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 DesignSize = ( 430 136) object lblAdditionalWipeDescr: TLabel Left = 12 Top = 24 Width = 405 Height = 73 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Select this option to wipe file additional data, such as alterna' + 'te data streams and slack areas. Strictly recommended to protect' + ' your privacy.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object chbExtraWipe: TCheckBox Left = 12 Top = 107 Width = 405 Height = 18 Anchors = [akLeft, akTop, akRight] Caption = 'Additional wiping' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True State = cbChecked TabOrder = 0 WordWrap = True end end end end object btnCancel: TButton Left = 394 Top = 528 Width = 80 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 1 end object btnOK: TButton Left = 310 Top = 528 Width = 80 Height = 25 Caption = 'OK' TabOrder = 2 end end